From: Matthew Leeds Date: Sat, 26 May 2018 00:48:39 +0000 (-0700) Subject: Allow compiling OstreeRepoFinderAvahi without libsoup X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~23^2~19 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=7412e65f7da5c9d53ad057073404d251bbd644c8;p=ostree.git Allow compiling OstreeRepoFinderAvahi without libsoup Closes: #1605 Approved by: cgwalters --- diff --git a/src/libostree/ostree-repo-finder-avahi.c b/src/libostree/ostree-repo-finder-avahi.c index 1e77a6e0..fcf62048 100644 --- a/src/libostree/ostree-repo-finder-avahi.c +++ b/src/libostree/ostree-repo-finder-avahi.c @@ -36,7 +36,6 @@ #include #include #include -#include #include #include #endif /* HAVE_AVAHI */ @@ -55,6 +54,7 @@ #include "ostree-repo-private.h" #include "ostree-repo.h" #include "ostree-repo-finder-avahi-private.h" +#include "ostree-soup-uri.h" #include "otutil.h" #endif /* HAVE_AVAHI */